home *** CD-ROM | disk | FTP | other *** search
- object ConfigForm: TConfigForm
- Left = 492
- Top = 247
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'PhotoMeister Screensaver'
- ClientHeight = 320
- ClientWidth = 392
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label8: TLabel
- Left = 8
- Top = 304
- Width = 126
- Height = 13
- Caption = 'Created with Photomeister:'
- end
- object Label9: TLabel
- Left = 144
- Top = 304
- Width = 141
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.photomeister.com'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- OnClick = Label9Click
- end
- object btnClose: TBitBtn
- Left = 288
- Top = 4
- Width = 100
- Height = 25
- Cursor = crHandPoint
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = btnCloseClick
- NumGlyphs = 2
- end
- object Button1: TButton
- Left = 288
- Top = 32
- Width = 100
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button1Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 273
- Height = 137
- Caption = 'Photos'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 18
- Width = 77
- Height = 13
- Caption = 'Display Time (s):'
- end
- object Label2: TLabel
- Left = 8
- Top = 66
- Width = 31
- Height = 13
- Caption = 'Effect:'
- end
- object Label3: TLabel
- Left = 8
- Top = 42
- Width = 61
- Height = 13
- Caption = 'Background:'
- end
- object Label4: TLabel
- Left = 8
- Top = 90
- Width = 88
- Height = 13
- Caption = 'Effect Duration (s):'
- end
- object SpinEdit1: TSpinEdit
- Left = 120
- Top = 16
- Width = 73
- Height = 22
- MaxValue = 3600
- MinValue = 1
- TabOrder = 0
- Value = 10
- end
- object ComboBox1: TComboBox
- Left = 120
- Top = 64
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'None'
- 'Crossfade'
- 'Fade'
- 'Paint'
- 'Move'
- 'Boxes'
- 'Zoom in'
- 'Zoom out')
- end
- object ColorComboBox1: TColorComboBox
- Left = 120
- Top = 40
- Width = 145
- Height = 20
- TabOrder = 1
- end
- object SpinEdit2: TSpinEdit
- Left = 120
- Top = 88
- Width = 73
- Height = 22
- MaxValue = 60
- MinValue = 1
- TabOrder = 3
- Value = 2
- end
- object CheckBox3: TCheckBox
- Left = 8
- Top = 112
- Width = 97
- Height = 17
- Caption = 'Loop Photos'
- TabOrder = 4
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 152
- Width = 273
- Height = 145
- Caption = 'Photo Titles'
- TabOrder = 1
- object Label5: TLabel
- Left = 8
- Top = 42
- Width = 24
- Height = 13
- Caption = 'Font:'
- end
- object Label6: TLabel
- Left = 8
- Top = 88
- Width = 27
- Height = 13
- Caption = 'Color:'
- end
- object Label7: TLabel
- Left = 8
- Top = 64
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object ComboBox2: TComboBox
- Left = 120
- Top = 16
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Top Left'
- 'Top Center'
- 'Top Right'
- 'Bottom Left'
- 'Bottom center'
- 'Bottom Right')
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 18
- Width = 105
- Height = 17
- Caption = 'Show at:'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object FontComboBox1: TFontComboBox
- Left = 120
- Top = 40
- Width = 145
- Height = 20
- TabOrder = 2
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 112
- Width = 97
- Height = 17
- Caption = 'Background:'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object ColorComboBox2: TColorComboBox
- Left = 120
- Top = 88
- Width = 145
- Height = 20
- ColorValue = clWhite
- TabOrder = 4
- end
- object ColorComboBox3: TColorComboBox
- Left = 120
- Top = 112
- Width = 145
- Height = 20
- TabOrder = 6
- end
- object SpinEdit3: TSpinEdit
- Left = 120
- Top = 64
- Width = 73
- Height = 22
- MaxValue = 128
- MinValue = 4
- TabOrder = 3
- Value = 12
- end
- end
- object Button2: TButton
- Left = 288
- Top = 60
- Width = 100
- Height = 25
- Caption = 'Info'
- TabOrder = 4
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 288
- Top = 88
- Width = 100
- Height = 25
- Caption = 'Exit Slideshow'
- TabOrder = 5
- Visible = False
- OnClick = Button3Click
- end
- end
-